golang.org/x/tools/internal/pkgbits.Decoder.bigInt (method)

4 uses

	golang.org/x/tools/internal/pkgbits (current package)
		decoder.go#L450: 		return constant.Make(r.bigInt())
		decoder.go#L452: 		num := r.bigInt()
		decoder.go#L453: 		denom := r.bigInt()
		decoder.go#L460: func (r *Decoder) bigInt() *big.Int {